Defines the supported zoom modes for a destination.
Display the destination page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
Display the destination page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
Display the destination page, with the vertical coordinate PDFPageDestination.getTop positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window.
Display the destination page, with the horizontal coordinate PDFPageDestination.getLeft positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window.
Display the destination page, with the vertical coordinate PDFPageDestination.getTop positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window.
Display the destination page, with its contents magnified just enough to fit the rectangle specified by the coordinates PDFPageDestination.getLeft, PDFPageDestination.getBottom, PDFPageDestination.getRight, and PDFPageDestination.getTop entirely within the window both horizontally and vertically.
Display the destination page, with the horizontal coordinate PDFPageDestination.getLeft positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window.
Display the destination page, with the coordinates ( PDFPageDestination.getLeft, PDFPageDestination.getTop) positioned at the upper-left corner of the window and the contents of the page magnified by the factor PDFPageDestination.getZoom.